"The system registration and management system" shadcn/ui theme

modern-tech
sleek-interface
data-management
professional-grade
high-contrast
user-friendly
dual-mode
digital-control
clean-design
efficiency-focused

Shadcn/ui Theme Css Variables

name: Elevated Horizonkeyword: The system registration and management system views: 0

:root {
  --background: 255 255 255;
  --foreground: 10 10 10;
  --card: 245 245 245;
  --card-foreground: 10 10 10;
  --popover: 255 255 255;
  --popover-foreground: 10 10 10;
  --primary: 50 205 50;
  --primary-foreground: 255 255 255;
  --secondary: 30 144 255;
  --secondary-foreground: 255 255 255;
  --muted: 230 230 230;
  --muted-foreground: 100 100 100;
  --accent: 255 215 0;
  --accent-foreground: 10 10 10;
  --destructive: 220 20 60;
  --destructive-foreground: 255 255 255;
  --border: 200 200 200;
  --input: 240 240 240;
  --ring: 30 144 255;
  --radius: 0.75rem;
  --chart-1: 30 144 255;
  --chart-2: 50 205 50;
  --chart-3: 255 215 0;
  --chart-4: 220 20 60;
  --chart-5: 128 0 128;
} 

.dark {
  --background: 15 15 15;
  --foreground: 240 240 240;
  --card: 25 25 25;
  --card-foreground: 240 240 240;
  --popover: 15 15 15;
  --popover-foreground: 240 240 240;
  --primary: 0 191 255;
  --primary-foreground: 15 15 15;
  --secondary: 50 205 50;
  --secondary-foreground: 15 15 15;
  --muted: 35 35 35;
  --muted-foreground: 200 200 200;
  --accent: 255 140 0;
  --accent-foreground: 15 15 15;
  --destructive: 255 69 0;
  --destructive-foreground: 240 240 240;
  --border: 50 50 50;
  --input: 35 35 35;
  --ring: 0 191 255;
  --radius: 0.75rem;
  --chart-1: 0 191 255;
  --chart-2: 50 205 50;
  --chart-3: 255 140 0;
  --chart-4: 255 69 0;
  --chart-5: 128 0 128;
}